From c02cfb394c1744ddb339128c7f01c9529a44a428 Mon Sep 17 00:00:00 2001 From: martin rudalics Date: Mon, 10 Oct 2011 08:31:07 +0200 Subject: [PATCH] Fix doc-strings of special-display-... variables. * window.el (special-display-buffer-names) (special-display-regexps): Remove some remnants of earlier changes from doc-strings. --- lisp/ChangeLog | 6 ++++++ lisp/window.el | 18 ++++++++---------- 2 files changed, 14 insertions(+), 10 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 97976a7716d..b957f162326 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,9 @@ +2011-10-10 Martin Rudalics + + * window.el (special-display-buffer-names) + (special-display-regexps): Remove some remnants of earlier + changes from doc-strings. + 2011-10-09 Martin Rudalics * window.el (frame-auto-hide-function): Add version tag. diff --git a/lisp/window.el b/lisp/window.el index 4a421852f82..7241e148dae 100644 --- a/lisp/window.el +++ b/lisp/window.el @@ -3959,12 +3959,10 @@ Finally, an element of this list can be also specified as \(BUFFER-NAME FUNCTION OTHER-ARGS). In that case, `special-display-popup-frame' will call FUNCTION with the buffer named BUFFER-NAME as first argument, and OTHER-ARGS as the -second. If `special-display-function' specifies some other -function, that function is called with the buffer named -BUFFER-NAME as first, and the element's cdr as second argument. -In any case, that function is responsible for setting the value -The function specified here is responsible for setting the -quit-restore and help-setup parameters of the window used. +second. + +Any alternative function specified here is responsible for +setting up the quit-restore parameter of the window used. If this variable appears \"not to work\", because you added a name to it but the corresponding buffer is displayed in the @@ -4029,10 +4027,10 @@ as second argument. Finally, an element of this list can be also specified as \(REGEXP FUNCTION OTHER-ARGS). `special-display-popup-frame' will then call FUNCTION with the buffer whose name matched -REGEXP as first, and OTHER-ARGS as second argument. If -`special-display-function' specifies some other function, that -function is called with the buffer whose name matched REGEXP -as first, and the element's cdr as second argument. +REGEXP as first, and OTHER-ARGS as second argument. + +Any alternative function specified here is responsible for +setting up the quit-restore parameter of the window used. If this variable appears \"not to work\", because you added a name to it but the corresponding buffer is displayed in the -- 2.30.2